/*
Theme Name: 城市交通
Theme URI: 
Version: 1.0 版本号
Author: 畔游科技
Description: 畔游科技主营业务：网站/小程序定制开发，网站SEO推广，问答营销，软文营销
Author URI: www.shpanyou.com
Tags: 
*/
.zd-index-box {
    margin-top: 20px;
}
.zd-index-box .container-width {
    display: flex;
    justify-content: space-between;
}
.zd-index-banner {
    position: relative;
    width: 62%;
    overflow: hidden;
}
.zd-index-banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.zd-index-banner .swiper-slide a {
    display: block;
    position: relative;
    font-size: 16px;
}
.zd-index-banner .banner-btm {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 18px 14px;
    font-size: 18px;
    color: #ffffff;
    background-color: rgba(0,0,0,0.6);
}
.zd-index-banner .mySwiper .swiper-pagination {
    width: auto;
    right: 10px;
    left: auto;
    bottom: 10px;
}
.zd-index-banner .mySwiper .swiper-button-next,.zd-index-banner .mySwiper .swiper-button-prev {
    width: 48px;
    height: 86px;
    margin-top: 0;
    background-size: 48px 86px;
}
.zd-index-banner .mySwiper .swiper-pagination span {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #ffffff;
}
.zd-index-banner .mySwiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #e60012;
}
.zd-index-banner .mySwiper .swiper-button-next,.zd-index-banner .mySwiper .swiper-button-prev {
    background-color: rgba(0,0,0,0.6);
    transform: translateY(-50%);
}
.zd-index-banner .mySwiper .swiper-button-next {
    background-image: url(./images/btn-r.png);
    right: 0;
    left: auto;
}
.zd-index-banner .mySwiper .swiper-button-prev {
    background-image: url(./images/btn-l.png);
    left: 0;
    right: auto;
}
.zd-index-list {
    width: 35.5%;
    padding: 14px 8px;
    border: 1px solid #ececec;
}
.zd-index-list h3 {
    margin-bottom: 14px;
}
.zd-index-list h3 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: bold;
    color: #e60012;
}
.zd-index-list ul li {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 14px;
    padding-left: 10px;
    overflow: hidden;
}
.zd-index-list ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #c7c7c7;
}
.zd-index-list ul li:first-of-type::before {
    display: none;
}
.zd-index-list ul li:first-of-type {
    margin-bottom: 14px;
}
.zd-index-list ul li:last-of-type {
    margin-bottom: 0;
}
.zd-index-list ul li:first-of-type a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: bold;
    color: #e60012;
}
.zd-index-list ul li a {
    display: inline-block;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #3f3f4e;
}
.zd-index-list ul li a:hover {
    color: #e60012;
    -webkit-transition: color .2s ease-in .2s;
    transition: color .2s ease-in .2s;
}
.zd-index-list ul li span {
    font-size: 16px;
    color: #a6a6a7;
}
.zd-index-list ul li:first-of-type span {
    display: none;
}
.zd-index-banner-btm ul {
    margin: 14px 0;
    display: flex;
    justify-content: space-between;
}
.zd-index-banner-btm ul li {
    width: 33%;
}
.zd-index-banner-btm ul li img {
    width: 100%;
}
.zd-index-blue .container-width {
    display: flex;
    justify-content: space-between;
}
.zd-index-blue .index-blue-l {
    width: 62%;
}
.zd-index-blue .index-blue-tit {
    margin-bottom: 30px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d2dbeb;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    color: #003573;
    display: flex;
    justify-content: space-between;
}
.zd-index-blue .index-blue-tit h3 {
    position: relative;
    display: inline-block;
    font-size: 22px;
}
.zd-index-blue .index-blue-tit h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #e60012;
}
.zd-index-blue .index-blue-tit h3 a {
    font-size: 22px;
    color: #003573;
}
.zd-index-blue .index-blue-tit a {
    font-size: 14px;
    color: #b3b3b3;
    font-weight: normal;
}
.zd-index-blue .index-blue-l .index-bule-list {
    /* display: flex; */
}
.zd-index-blue .index-blue-l .index-bule-list .mySwiper {
    position: relative;
    overflow: hidden;
}
.zd-index-blue .index-blue-l .index-bule-list .mySwiper img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}
.zd-index-blue .index-blue-l .index-bule-list .mySwiper p {
    line-height: 18px;
    margin-top: 10px;
    width: 220px;
    font-size: 14px;
    color: #333;
    text-align: left;
}
.zd-index-blue .index-blue-l .index-bule-list .mySwiper p:hover {
    text-decoration: underline;
    color: #e60012;
}
.zd-index-blue .index-blue-l .index-bule-list .mySwiper .swiper-button-next {    
    display: block;
    width: 15px;
    height: 50px;
    margin-top: 0;
    right: 5px;
    top: 40%;
    transform: translateY(-50%);
    background: url(./images/17.png) no-repeat;
    z-index: 9;
}
.zd-index-blue .index-blue-r {
    width: 35.5%;
}
.zd-index-blue .index-blue-r ul li {
    margin-bottom: 10px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zd-index-blue .index-blue-r ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #404040;
    width: 84%;
}
.zd-index-blue .index-blue-r ul li a:hover {
    color: #e60012;
}
.zd-index-hq {
    margin-top: 30px;
}
.zd-index-hq .container-width {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zd-hq-l {
    width: 65%;
}
.zd-hq-r {
    width: 32%;
}
.indexBTitle {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.indexBTitle strong a {
    position: relative;
    padding: 0 5px 10px;
    margin: 0 25px 0 8px;
    font-size: 34px;
    color: #e60012;
    font-weight: normal;
}
.indexBTitle strong a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e5e5e5;
}
.indexBTitle a {
    position: relative;
    color: #d4ae86;
    font-size: 14px;
}
.indexBTitle a::after {
    content: '·';
    display: inline-block;
    margin: 0 4px;
    color: #d4ae86;
    font-weight: bold;
}
.indexBTitle a:last-of-type:after {
    display: none;
}
.zd-hq-th {
    display: flex;
    justify-content: space-between;
}
.zd-hq-th .leftThr {
    width: 52%;
}
.zd-hq-th .leftThr h3 a {
    display: block;
    margin: 16px 0;
    font-weight: bold;
    font-size: 22px;
}
.zd-hq-th a:hover {
    color: #e60012;
}
.zd-hq-th .leftThr p {
    line-height: 28px;
    color: #adb2bd;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font: normal 400 16px/1.6 "宋体","Microsoft YaHei";
    color: #666;
}
.zd-hq-th .leftThr img{
    width: 100%;
    height: 250px;
}
.zd-hq-th .rightThr {
    width: 44%;
}
.zd-hq-th .rightThr ul {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.zd-hq-th .rightThr ul li {
    border-bottom: 1px solid #f3f3f3;
}
.zd-hq-th .rightThr ul li:last-of-type {
    border: none;
}
.zd-hq-th .rightThr ul li h3 a {
    display: block;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
}
.zd-hq-th .rightThr ul li p {
    margin-bottom: 19px;
    font-size: 16px;
    color: #b0ada9;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font: normal 400 16px/1.6 "宋体","Microsoft YaHei";
    color: #666;
}
.zd-hq-th .rightThr ul li:last-of-type p {
    margin-bottom: 0;
}
.w_380 {
    width: 32%;
}
.w_880 {
    width: 66%;
}
.w_380 .tit_lb {
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-bottom: 15px;
    padding: 0 0 0 25px;
    background: url(./images/titbg1.png) no-repeat;
    overflow: hidden;
}
.tab-switch a.on {
}
.tab-switch ul.list_3:last-of-type {
    display: none;
}
.tab-switchh ul.list_3:last-of-type {
    display: none;
}
.w_380 .tit_lbb {
    background: url(./images/titbg2.png) no-repeat;
}
.w_380 .tit_lb a {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}
.w_380 .tit_lb a.fn {
    color: #c00;
    margin-left: 35px;
}
.w_380.tab-switchh .tit_lb a.fn {
    margin-left: 75px;
}
.w_380 .tit_lb a:hover {
    text-decoration: underline;
}
.w_380 .tit_lb a.fr {
    font-size: 14px;
    color: #b3b3b3;
    font-weight: normal;
}
.w_380 ul {
    padding: 10px 5px;
}
.w_380 ul li a:hover {
    color: #c00;
    text-decoration: underline;
}
.w_380 ul.list_1 {
}
.w_380 ul.list_1 li:first-of-type,.w_380 ul.list_2 li:first-of-type {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 14px;
}
.w_380 ul.list_2 li:first-of-type a {
    width: 50%;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: inherit;
}
.w_380 ul.list_2 li:first-of-type a span.fr {
    margin-left: auto;
}
.w_380 ul.list_1 li:first-of-type a:first-of-type,.w_380 ul.list_2 li:first-of-type a:first-of-type {
    width: 47%;
}
.w_380 ul.list_1 li:first-of-type a:first-of-type img,.w_380 ul.list_2 li:first-of-type a:first-of-type img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 5px;
}
.w_380 ul.list_1 li:first-of-type a:last-of-type {
    width: 50%;
    padding-right: 0px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: inherit;
}
.w_380 ul.list_1 li:first-of-type a:last-of-type span {margin-left: auto;}
.w_380 ul.list_1 li:not(:first-of-type) {
    position: relative;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
/* .w_380 ul.list_1 li:not(:first-of-type)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    background: url(./images/list_1_ico.png);
} */
.w_380 ul.list_1 li:not(:first-of-type) a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    width: 85%;
}
.w_380 ul.list_1 li:not(:first-of-type):last-of-type {
    margin-bottom: 0;
}
.w_1200_ad {
    margin: 15px 0;
}
.w_1200_ad img {
    width: 100%;
}
.zd-index-list2 .container-width {
    display: flex;
    justify-content: space-between;
}
.w_380 ul.list_2 li:not(:first-of-type) {
    font-size: 16px;
    line-height: 32px;
    padding: 4px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.w_380 ul.list_2 li:not(:first-of-type) a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
}
.w_380 ul.list_2 li:not(:first-of-type) span {
    font-size: 14px;
}
.w_380 ul.list_3 li {
    line-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.w_380 ul.list_3 li a {
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
}
.w_380 ul.list_4 li {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border-bottom: 1px dashed #f1f1f1;
}
.w_380 ul.list_4 li a:first-of-type {
    width: 35%;
}
.w_380 ul.list_4 li a:first-of-type img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}
.w_380 ul.list_4 li a:last-of-type {
    width: 60%;
    padding-right: 20px;
    font-size: 15px;
}
.w_380 ul.list_4 li h3 {
    margin-bottom: 10px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #d93d41;
}
.w_380 ul.list_4 li p {
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zd-index-list3 .container-width {
    display: flex;
    justify-content: space-between;
}
.zd-index-list4 .container-width {
    display: flex;
    justify-content: space-between;
}
.ser-t {
    position: relative;
}
.ser-t img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.ser-t p {
    position: absolute;
    width: 80%;
    bottom: 18px;
    padding: 12px 20px;
    background-color: #e60012;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ser-b {
    margin-top: 30px;
}
.ser-b h3 {
    font-weight: bold;
    font-size: 24px;
}
.ser-b ul {
    display: flex;
    flex-wrap: wrap;
}
.ser-b ul li {
    width: 30%;
    line-height: 2;
}
.ser-b ul li a {
    font-size: 17px;
    color: #3586ba;
}
.ser-b a.fr {
    font-size: 16px;
    color: #ac9d8e;
}
.ser-tt {
    display: flex;
    justify-content: space-between;
}
.ser-tt .w_380 {
    width: 48%;
}
.list_5 {
    margin-top: 35px;
    padding: 0 15px;
}
.list_5 a {
    display: block;
    position: relative;
}
.list_5 img {
    width: 100%;
}
.list_5 a span {
    position: absolute;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 8px;
    color: #ffffff;
    background-color: rgba(0,0,0,0.6);
}
.list5-t {
    margin-bottom: 10px;
}
.list5-t a img {
    height: 195px;
    object-fit: cover;
}
.list5-b {
    display: flex;
    justify-content: space-between;
}
.list5-b a {
    width: 49%;
}
.list5-b a img {
    height: 95px;
    object-fit: cover;
}
.list_5 a:hover span {
    color: #c05c35;
}
.ser-bb ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ser-bb ul li {
    width: 32%;
    margin-top: 20px;
    border: 1px solid #dddddd;
}
.ser-bb ul li img {
    max-width: 100%;
}
.zd-index-list5 {
    margin: 15px 0;   
}
.zd-index-list5 .container-width {
    display: flex;
    justify-content: space-between;
}
.zd-index-list5 a:first-of-type {
    width: 70%;
}
.zd-index-list5 a:last-of-type {
    width: 26%;
}
.zd-index-list5 a img {
    width: 100%;
    height: 100%;
}
.zhuanti_navs {
    overflow: hidden;
    margin-bottom: 8px;
}
.zhuanti_nav1 {
    float: left;
    background-color: #e70012;
    height: 24px;
    width: 4px;
    margin-right: 10px;
}
.zhuanti_nav2 {
    float: left;
    font-size: 18px;
    color: #e70012;
}
.zhuanti_nav3 {
    float: right;
    color: #666;
    font-size: 14px;
    margin-top: 4px;
}
.abspaal {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 20px 0;
}
.abspaal ul {
    border: 1px solid #bdd0fd;
    border-bottom: 0;
    float: left;
    width: 200px;
    margin-right: 50px;
}
.abspaal ul li {
    color: #00237c;
    border-bottom: 1px solid #bdd0fd;
    font-size: 16px;
    line-height: 70px;
    width: 200px;
    text-align: center;
    cursor: pointer;
}
.abspaal li.histtt {
    cursor: pointer;
    color: black;
    width: 201px;
    background-color: #e70012;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    font-weight: bold;
}
.posnes {
    float: left;
    flex: 1;
} 
.posne {
    display: flex;
    flex-wrap: wrap;
}
.chuzx {
    margin-bottom: 30px;
    width: 24%;
    color: #666;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 12px
}
.chuzx:nth-of-type(4n) {
    margin-right: 0;
}
.chuzx p {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.chuzx img {
    width: 100%;
    height: 150px;
    transition: all 0.6s;
}
.zd-zh-box {
    height: 210px;
    margin: 20px 0;
    overflow: hidden;
}
.zd-zh ul {
    overflow: hidden;
}
.zd-zh ul li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 20px;
}
.zd-zh ul li span {
    float: left;
    width: 19%;
}
.zd-zh ul li a {
    display: inline-block;
}
.zd-zh ul li img {
    max-width: 100%;
}
.zd-fr ul {
    margin: 20px 0 50px;
    overflow: hidden;
}
.zd-fr ul li {
    float: left;
    margin-bottom: 10px;
}
.zd-fr ul li a {
    position: relative;
    font-size: 14px;
    color: #999999;
    padding: 5px 10px 0;
}
.zd-fr ul li a:hover {
    color: #e70012;
}
/* .zd-fr ul li a::after {
    content: "";
    position: absolute;
    top: 6px;
    width: 1px;
    height: 15px;
    background-color: #999999;
} */
.zd-fr ul li a::after {
    right: 0;
}
.zd-fr .zhuanti_navs {
    padding-bottom: 14px;
    /* border-bottom: 1px solid #999999; */
}
.mobile-ad {
    display: none;
}
.brand-logo {
    display: none;
}
.brand-logo {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    background: #fff;
    box-sizing: border-box;
    padding: 10px 0;
}
.brand-logo .tit {
    width: 100%;
    height: auto;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.brand-logo .tit  a.brand-a {
    color: #e60012;
    float: none;
    margin-left: 15px;
    font-size: 14px;
}
.brand-logo ul {
    display: flex;
    flex-wrap: wrap;
}
.brand-logo ul li {
    width: 20%;
    height: auto;
    overflow: hidden;
    padding: 0 5px;
    float: left;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: center;
}
.brand-logo ul li span {
    height: 40px;
    display: flex;
    align-items: center;
}
.brand-logo ul li img {
    margin: 0 auto 5px auto;
    width: 60px;
    height: auto;
}
.brand-logo ul li a p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 650px) {
    .zd-index-box {
        margin-top: 10px;
    }
    .mobile-ad {
        display: block;
    }
    .brand-logo {
        display: block;
    }
    .zd-index-banner-btm ul li:nth-child(2),
    .zd-index-banner-btm ul li:nth-child(3) {
        display: none;
    }
    .zd-index-banner-btm.mobile-ad ul li:nth-child(1),
    .zd-index-banner-btm.mobile-ad ul li:nth-child(3) {
        display: none;
    }
    .zd-index-banner-btm.mobile-ad ul li:nth-child(2) {
        display: block;
    }
    .zd-index-box .container-width {
        flex-wrap: wrap;
    }
    .zd-index-banner {
        width: 100%;
    }
    .zd-index-banner img {
        height: 220px;
    }
    .zd-index-banner .mySwiper .swiper-button-next, .zd-index-banner .mySwiper .swiper-button-prev {
        display: none;
    }
    .zd-index-banner .banner-btm {
        width: 100%;
        padding: 10px 10px;
        font-size: 14px;
    }
    .zd-index-banner .mySwiper .swiper-pagination span {
        width: 8px;
        height: 8px;
    }
    .zd-index-list {
        margin-top: 20px;
        width: 100%;
    }
    .zd-index-list ul li:first-of-type a {
        font-size: 16px;
    }
    .zd-index-list ul li a,.zd-index-list ul li span {
        font-size: 14px;
    }
    .zd-index-blue .container-width {
        flex-wrap: wrap;
    }
    .zd-index-blue .index-blue-l,.zd-index-blue .index-blue-r {
        width: 100%;
    }
    .zd-index-banner-btm ul {
        flex-wrap: wrap;
    }
    .zd-index-banner-btm ul li {
        width: 100%;
    }
    .zd-index-blue .index-blue-tit h3,.zd-index-blue .index-blue-tit h3 a {
        font-size: 16px;
    }
    .zd-index-blue .index-blue-tit {
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
        height: 40px;
        line-height: 40px;
    }
    .zd-index-blue .index-blue-r ul li a {
        font-size: 14px;
    }
    .zd-index-blue .index-blue-l .index-bule-list .mySwiper p {
        line-height: 16px;
        margin-top: 5px;
        width: 100%;
        font-size: 12px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;				
        text-overflow: ellipsis;		
        display: -webkit-box;			
        -webkit-line-clamp: 2;			
        line-clamp: 2;					
        -webkit-box-orient: vertical;
    }
    .zd-hq-l {
        display: none;
    }
    .w_1200_ad {
        margin-top: 0;
    }
    .w_380 {
        width: 100%;
        margin-bottom: 20px;
    }
    .w_380 ul {
        padding: 0 5px;
    }
    .w_380 .tit_lb {
        margin-bottom: 0;
    }
    .w_380 .tit_lb a {
        font-size: 16px;
    }
    .w_380 .tit_lb a.fn {
        margin-left: 55px;
    }
    .zd-index-hq {
        margin-top: 0;
    }
    .list_3,.list_4 {
        margin-top: 10px;
    }
    .w_380 ul.list_1 li:not(:first-of-type),.w_380 ul.list_2 li:not(:first-of-type),.w_380 ul.list_3 li {
        line-height: normal;
        padding: 0;
        margin-bottom: 8px;
    }
    .w_380 ul.list_1 li:not(:first-of-type) a,.w_380 ul.list_2 li:not(:first-of-type) a,.w_380 ul.list_3 li a {
        font-size: 14px;
    }
    .w_380 ul.list_1 li:first-of-type a:last-of-type,.w_380 ul.list_2 li:first-of-type a,.w_380 ul.list_4 li a:last-of-type {
        padding-right: 0;
        font-size: 14px;
    }
    .zd-index-list2 .container-width {
        flex-wrap: wrap;
    }
    .zd-index-list3 .container-width {
        flex-wrap: wrap;
    }
    .w_380 ul.list_4 li h3 {
        font-size: 16px;
    }
    .w_380.tab-switchh .tit_lb a.fn {
        margin-left: 90px;
    }
    .zd-index-list4,.zd-index-list5,.pingtai_box,.zd-zh,.zd-fr {
        display: none;
    }
}
